* gdk/gdkcairo.c (gdk_cairo_create): Add a note that cairo
contexts cannot be cached for handling expose events.
Proposed by Behdad Esfahbod.
svn path=/trunk/; revision=20800
+2008-07-06 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 469068 – clarify gdk_cairo_create()
+
+ * gdk/gdkcairo.c (gdk_cairo_create): Add a note that cairo
+ contexts cannot be cached for handling expose events.
+ Proposed by Behdad Esfahbod.
+
2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 507953 – gtk_tree_view_set_tooltip_column() shows markups
*
* Creates a Cairo context for drawing to @drawable.
*
+ * <note><para>
+ * Note that due to double-buffering, Cairo contexts created
+ * in a GTK+ expose event handler cannot be cached and reused
+ * between different expose events.
+ * </para></note>
+ *
* Return value: A newly created Cairo context. Free with
* cairo_destroy() when you are done drawing.
*